home *** CD-ROM | disk | FTP | other *** search
/ Revolution - Das Atari CD Magazin 1997 / Revolution - Das Atari CD Magazin 1.iso / software / mag_prg / udo / udo6ehp7.tz / udo6ehp7 / UDO6eng / doc / examples / itemize.u < prev    next >
Text File  |  1997-01-04  |  676b  |  35 lines

  1. #######################################
  2. # @(#) itemize environments - dh 1996
  3. #######################################
  4.  
  5. !code_iso
  6. !english
  7.  
  8. !title        UDO's
  9. !program    Itemize Environment
  10. !author        Dirk Hagedorn
  11.  
  12. !begin_document
  13. !maketitle
  14. !tableofcontents
  15.  
  16. !node A simple itemize environment
  17.  
  18. This sentence makes no sense.
  19.  
  20. !begin_itemize
  21.  
  22. !item This is item no. 1
  23. !item This is item no. 2 with some more senseless words to show you
  24. how UDO formats this item.
  25.  
  26.     This sentence also belongs to item no. 2.
  27.  
  28. !item Last but not least this is item no. 3. Here you can see the
  29. effect of a (!nl) manually inserted linebreak.
  30.  
  31. !end_itemize
  32.  
  33. !end_document
  34.  
  35.